home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / pvm34b3.zip / pvm34b3 / pvm3 / libfpvm / WIN32 / Pvmffreectx.c < prev    next >
C/C++ Source or Header  |  1997-07-22  |  255b  |  17 lines

  1.  
  2. /* $Id: Pvmffreectx.c,v 1.1 1997/06/27 16:23:16 pvmsrc Exp $ */
  3.  
  4. #ifdef WIN32
  5. #include "..\..\src\pvmwin.h"
  6. #endif
  7. #include "pvm3.h"
  8. #include "pvm_consts.h"
  9.  
  10. void __fortran
  11. PVMFFREECONTEXT (ctx, info)
  12. int *ctx, *info;
  13. {
  14.     *info = pvm_setcontext(*ctx);
  15. }
  16.  
  17.